home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / hud_fuse.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  860 b   |  51 lines

  1. menu "hud_fuse" 512 96 NONE 1
  2. bgcolor 0 0 0 0
  3. fgcolor 1 1 1 1
  4. align left centery
  5.  
  6. //==================================================
  7. // Fuse Base
  8.  
  9. resource
  10. Label
  11. {
  12. name "fusebase"
  13. rect 0 32 128 64
  14. fgcolor 1.00 1.00 1.00 1.00
  15. bgcolor 0.50 0.50 0.50 0.00
  16. borderstyle "NONE"
  17. shader textures/hud/fusebase
  18. }
  19.  
  20.  
  21. // resource
  22. // Label
  23. // {
  24. // name "fuse"
  25. // rect 256 0 64 64
  26. // fgcolor 1.00 1.00 1.00 1.00
  27. // bgcolor 0.00 0.00 0.00 0.00
  28. // borderstyle "NONE"
  29. // shader sticky_sparks
  30. // }
  31. // 
  32.  
  33. //==================================================
  34. // Fuse fuse
  35.  
  36. resource
  37. Label
  38. {
  39. name "fuse"
  40. rect 64 32 128 64
  41. fgcolor 1.00 1.00 1.00 1.00
  42. bgcolor 0.00 0.00 0.00 0.00
  43. borderstyle "NONE"
  44. linkcvar "ui_stopwatch"
  45. statbar horizontal 0 5000
  46. statbar_tileshader textures/hud/fusetile
  47. statbar_shader_marker sticky_sparks
  48. }
  49.  
  50. end.
  51.